Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@stripe/stripe-js (source) ^7.9.0 -> ^8.6.0 age adoption passing confidence

Release Notes

stripe/stripe-js (@​stripe/stripe-js)

v8.6.0

Compare Source

New features
  • Add setup_future_usage to paymentMethodOptions (#​839)
  • Add default billing/shipping address to checkout types (#​840)
  • Add new embedded checkout submit failed analytics event (#​842)
Fixes
  • Fix master failing test:types (#​843)
Changed
  • Add --ignoreConfig for next channel in types test (#​841)

v8.5.3

Compare Source

Fixes
  • add onRequiresApproval param to confirm (#​830)
Changed
  • Bump zx from 4.2.0 to 8.8.5 (#​831)
  • Bump js-yaml from 3.14.0 to 3.14.2 in /examples/parcel (#​835)
  • Bump js-yaml from 3.14.0 to 3.14.2 (#​827)

v8.5.2

Compare Source

New features
  • Add 'paymentForm' to StripeElementType (#​829)

v8.5.1

Compare Source

Fixes
  • Add missing PaymentForm types (#​828)

v8.5.0

Compare Source

New features
  • Remove beta note from CurrencySelectorElement methods. (#​826)
  • Add PaymentFormElement types (#​825)
Fixes
Changed

v8.4.0

Compare Source

New features
Fixes
Changed
  • Add wallet type to Checkout Payment Element (#​824)

v8.3.0

Compare Source

New features
  • Add embedded checkout analytics types (#​821)

v8.2.0

Compare Source

New features
  • Add paymentMethodLogoPosition to layout option (#​819)

v8.1.0

Compare Source

New features
  • Make currency an optional param when using setup mode (#​816)
Changed
  • Update Tax ID Element comment to clarify beta header requirement (#​818)

v8.0.0

Compare Source

Stripe.js Clover changelog: https://docs.stripe.com/changelog?category=stripejs

New features
  • [breaking] Update types for Checkout SDK (#​803)
  • Add Types for metadata field (#​808)
  • Add Types for Condensed Inputs (#​807)
  • Support expand on confirmAcssDebitSetup() (#​811)
  • Update checkout.d.ts (#​813)
Fixes
  • Fix types for PaymentMethod for all GA-ed LPMs (#​812)
Changed
  • Replace optional stripe.elements mode params with discriminated union (#​756)
  • Bump cipher-base from 1.0.4 to 1.0.6 in /examples/parcel (#​800)
  • Remove Clover elements (#​809)
  • [breaking] Remove types for redirectToCheckout (#​806)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Nov 10, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: bun.lock
Command failed: bun install --ignore-scripts
[0.29ms] ".env.local", ".env.production", ".env"
Resolving dependencies
Resolved, downloaded and extracted [88]
warn: incorrect peer dependency "buddy-bot@0.9.11"

warn: incorrect peer dependency "pickier@0.1.7"

warn: incorrect peer dependency "typescript@5.9.2"

error: Workspace dependency "ts-md" not found

Searched in "./*"

Workspace documentation: https://bun.com/docs/install/workspaces


error: Workspace dependency "ts-open-api" not found

Searched in "./*"

Workspace documentation: https://bun.com/docs/install/workspaces


error: Package "@stacksjs/ts-cache" is not linked

To install a linked package:
   bun link my-pkg-name-from-package-json

Tip: the package name is from package.json, which can differ from the folder name.


error: Package "ts-cloud" is not linked

To install a linked package:
   bun link my-pkg-name-from-package-json

Tip: the package name is from package.json, which can differ from the folder name.


error: Package "bun-query-builder" is not linked

To install a linked package:
   bun link my-pkg-name-from-package-json

Tip: the package name is from package.json, which can differ from the folder name.


error: Workspace dependency "ts-cloud" not found

Searched in "./*"

Workspace documentation: https://bun.com/docs/install/workspaces


error: Package "headwind" is not linked

To install a linked package:
   bun link my-pkg-name-from-package-json

Tip: the package name is from package.json, which can differ from the folder name.


error: Workspace dependency "bun-queue" not found

Searched in "./*"

Workspace documentation: https://bun.com/docs/install/workspaces


error: Workspace dependency "ts-security-crypto" not found

Searched in "./*"

Workspace documentation: https://bun.com/docs/install/workspaces


error: Package "headwind" is not linked

To install a linked package:
   bun link my-pkg-name-from-package-json

Tip: the package name is from package.json, which can differ from the folder name.


error: Package "ts-cloud" is not linked

To install a linked package:
   bun link my-pkg-name-from-package-json

Tip: the package name is from package.json, which can differ from the folder name.


error: Workspace dependency "ts-craft" not found

Searched in "./*"

Workspace documentation: https://bun.com/docs/install/workspaces


error: Workspace dependency "ts-md" not found

Searched in "./*"

Workspace documentation: https://bun.com/docs/install/workspaces

error: ts-md@workspace:* failed to resolve
error: ts-security-crypto@workspace:* failed to resolve
error: bun-query-builder@link:bun-query-builder failed to resolve
error: ts-open-api@workspace:* failed to resolve
error: headwind@link:headwind failed to resolve
error: bun-router@file:../../../../../bun-router/packages/bun-router failed to resolve
error: headwind@link:headwind failed to resolve
error: ts-cloud@link:ts-cloud failed to resolve
error: @stacksjs/ts-cache@link:@stacksjs/ts-cache failed to resolve
error: ts-md@workspace:* failed to resolve
error: ts-craft@workspace:* failed to resolve
error: ts-cloud@link:ts-cloud failed to resolve
error: bun-queue@workspace:* failed to resolve
error: ts-cloud@workspace:* failed to resolve

@what-the-diff
Copy link

what-the-diff bot commented Nov 10, 2025

PR Summary

  • Upgrade Stripe-JS Library
    The codebase has updated its dependency on Stripe's JavaScript library. An update like this usually comes with improvements in functionality, performance, security and can help mitigate any existing issues with the previous version.

@renovate renovate bot force-pushed the renovate/stripe-stripe-js-8.x branch 5 times, most recently from 24a9d73 to aded199 Compare November 10, 2025 23:38
@renovate renovate bot force-pushed the renovate/stripe-stripe-js-8.x branch 11 times, most recently from 40a114a to f8aeed4 Compare November 24, 2025 22:04
@renovate renovate bot force-pushed the renovate/stripe-stripe-js-8.x branch 8 times, most recently from 3c4d4c3 to a7dde9b Compare December 1, 2025 11:15
@renovate renovate bot force-pushed the renovate/stripe-stripe-js-8.x branch 20 times, most recently from 8a886d6 to a3837dd Compare December 16, 2025 15:52
@renovate renovate bot force-pushed the renovate/stripe-stripe-js-8.x branch 8 times, most recently from e268f5b to f497ff1 Compare December 19, 2025 11:03
@renovate renovate bot force-pushed the renovate/stripe-stripe-js-8.x branch from f497ff1 to 71bf2c8 Compare December 19, 2025 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant